home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / gnu / dejagnu.lha / dejagnu-1.0.1 / config / mh-sysv4 < prev    next >
Text File  |  1992-06-10  |  218b  |  8 lines

  1. # Define SYSV as -DSYSV if you are using a System V operating system.
  2. SYSV = -DSYSV -DSVR4
  3. RANLIB = true
  4. INSTALL = /usr/ucb/install -c
  5.  
  6. # The l flag generates a warning from the SVR4 archiver, remove it.
  7. AR_FLAGS = cq
  8.